home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / lib / partman / choose_partition / 45auto / choices next >
Encoding:
Text File  |  2009-04-19  |  340 b   |  15 lines

  1. #!/bin/sh
  2.  
  3. . /usr/share/debconf/confmodule
  4. . /lib/partman/lib/base.sh
  5. . /lib/partman/lib/auto-shared.sh
  6.  
  7. # Skip if no disks detected and don't run on S/390
  8. if [ -z "$(get_auto_disks)" ] || \
  9.    [ "$(udpkg --print-architecture)" = s390 ]; then
  10.     exit 0
  11. fi
  12.  
  13. db_metaget partman-auto/text/automatically_partition description
  14. printf "auto\t$RET"
  15.